Returns the time-stamp of the last call to [[enet.host:service | host:service()]] or [[enet.host:flush | host:flush()]]. The time-stamp is in milliseconds of the current time of day.
== Function ==
=== Synopsis ===
<source lang="lua">
host:channel_limit(limit)
</source>
=== Arguments ===
None.

=== Returns ===
{{param|number|timestamp|A time-stamp in milliseconds.}}

== See Also ==
* [[parent::lua-enet]]
* [[enet.host]]
* [[enet.host:service]]
* [[enet.host:flush]]
== Other Languages ==
{{i18n|enet.host:service_time}}